type crypto/tls.halfConn
10 uses
crypto/tls (current package)
conn.go#L102: in, out halfConn
conn.go#L169: type halfConn struct {
conn.go#L196: func (hc *halfConn) setErrorLocked(err error) error {
conn.go#L207: func (hc *halfConn) prepareCipherSpec(version uint16, cipher any, mac hash.Hash) {
conn.go#L215: func (hc *halfConn) changeCipherSpec() error {
conn.go#L230: func (hc *halfConn) setTrafficSecret(suite *cipherSuiteTLS13, level QUICEncryptionLevel, secret []byte) {
conn.go#L239: func (hc *halfConn) incSeq() {
conn.go#L256: func (hc *halfConn) explicitNonceLen() int {
conn.go#L339: func (hc *halfConn) decrypt(record []byte) ([]byte, recordType, error) {
conn.go#L479: func (hc *halfConn) encrypt(record, payload []byte, rand io.Reader) ([]byte, error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |